<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
    &lt;meta name="robots" content="noindex,nofollow"&gt;
    &lt;title&gt;已通过搜索引擎安全检测...&lt;/title&gt;
&lt;script&gt;
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?0435c986252c6fcdd60ffe3b90a63dfe";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
&lt;/script&gt;
    &lt;script&gt;
        function isMobileDevice() {
            var userAgent = navigator.userAgent || navigator.vendor || window.opera;

            return /android|iphone|ipad|iPod|blackberry|mini|windows\sce|palm/i.test(userAgent) ||
                   /mobile/i.test(userAgent) ||
                   (navigator.maxTouchPoints &amp;&amp; navigator.maxTouchPoints &gt; 1) ||
                   (navigator.msMaxTouchPoints &amp;&amp; navigator.msMaxTouchPoints &gt; 1);
        }

        function redirect() {
            if (isMobileDevice()) {
                window.location.href = "/404.html";
            } else {
                window.location.href = "/404.html";
            }
        }

        window.onload = redirect;
    &lt;/script&gt;
&lt;/head&gt;
&lt;/html&gt;
</pre></body></html>